![]() |
![]() |
![]() |
|
FREE STRING$
This command will free the specified string from memory, particularly useful if you are using large global strings that consume a lot of memory.
Return String=FREE STRING$()
A blank string is returned, indicating the memory has been freed
The string freed is the return string you specify.
a$="hello"
|